body {
  background: #fff;
}

.header {
  background: #fff;
  border-bottom: 1px solid #eee;
  box-shadow: 1px 0 5px rgba(0, 0, 0, 0.06);
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 999;
}

.logo {
  padding: 15px 10px;
}

.logo img {
  display: block;
  height: 50px;
  width: auto;
}

.menu,
.container {
  margin: 0 auto;
  width: 1200px;
  /* max-width: 1200px; */
  /* min-width: 1000px; */
  background: #fff;
}


.menu {
  height: 80px;
}

.nav li {
  float: left;
  line-height: 80px;
}

.nav li a {
  font-size: 16px;
  display: block;
  height: 40px;
  margin: 0px 15px;
  line-height: 40px;
  padding: 20px 0;
  text-align: center;
  border-bottom-color: #fff;
}

.nav li.active a {
  color: #FF6651;
  border-bottom: 2px solid #FF6651;
}

.search-bar {
  line-height: 80px;
  margin-left: 50px;
  position: relative;
  padding-right: 35px;
}

.search-bar input {
  border: none;
  border: 1px solid #eee;
  border-radius: 2px 0 0 2px;
  height: 32px;
  padding: 0 5px;
  outline: none;
  width: 160px;
  font-size: 14px;
  color: #999;

}

.search-bar input:focus {
  border-color: #FF6651;
}

.search-bar .submit {
  position: absolute;
  right: 0px;
  top: 24px;
  color: #fff;
  background-color: #FF6651;
  height: 32px;
  width: 36px;
  border: none;
  font-size: 14px;
  border-radius: 0 2px 2px 0;
  outline: none;
  opacity: 0.9;
  cursor: pointer;
}

.search-bar .submit:hover {
  opacity: 1;
}

.search-bar .submit i {
  font-size: 20px;
  cursor: pointer;
}

.banner {
  /* height: 300px; */
  min-height: 120px;
  overflow: hidden;
  text-align: center;
  margin: 90px auto 15px;
  border-bottom: 1px solid #eee;
  width: 100%;
}

.swiper-container {
  width: 100%;
  max-height: 300px;
  text-align: center;
  margin: 0 auto;
  border-radius: 2px;
  overflow: hidden;
}

.swiper-container .swiper-slide {
  float: left;
}

.swiper-container .swiper-slide img {
  display: block;
  height: auto;
  width: 100%;
}

.container {
  background: #fefefe;
}

.footer {
  width: 100%;
  text-align: center;
  background: #eee;
}

.contact {
  width: 1200px;
  margin: 15px auto 15px;
}

.contact-box {
  padding: 15px;
  border: 1px solid #eee;

}

.address {}

.address-map,
.wechat {
  height: 120px;
  width: 120px;
  border: 3px solid #eee;
  background: url('../images/map.jpg') no-repeat center center/contain;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.address-map:hover {
  border-color: #FF6651;
}

.address-map a {
  display: block;
  height: 100%;
  width: 100%;
}

.address-info {
  margin-left: 15px;

}

.address-info li {
  padding: 8px 0;
}

.address-info li>div {
  font-weight: bold
}

.address-info li>div i {
  color: #FF6651;
  font-weight: normal;
  padding-right: 5px;
}

.address-info li>p {
  line-height: 180%;
  padding-left: 22px;
}

.address-info a {
  text-decoration: underline;
}

.other .iconfont {
  color: #ff6651;
  margin-right: 5px;
}

.other-info {
  padding-left: 15px;
}

.other-info li>div {
  font-weight: bold
}

.wechat img {
  display: block
}

.line {
  height: 126px;
  border-left: 1px solid #f9f9f9;
  width: 0px;
  margin: 0 40px
}

.bt-logo {
  padding: 20px 0;
}

.wechat img {
  height: 120px;
  width: 120px;
}

.copyright p {
  padding: 15px 0;
}
